/*home-line1*/
.home-tit {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	padding: 50px 0px 30px 0px;
}
.home-tit .p1 {
	font-family: arial;
	font-weight: bold;
	line-height: 60px;
	overflow: hidden;
}
.home-tit .p1 .text-1 {
	font-size: 48px;
}
.home-tit .p1 .text-2 {
	font-size: 32px;
	margin-left: 10px;
}
.home-tit .p2 {
	width:1000px;
	height: 41px;
	font-size: 20px;
	color: #555;
	line-height: 41px;
	overflow: hidden;
	text-align: center;
	background: url(../images/tit-line.png) center no-repeat;
}

.home-line1 {
    width: 1000px;
    height: auto;
    margin: 0 auto;
	padding-bottom: 55px;
    position: relative;
}
.home-line1 .home-tit .p1 .text-1 {
	color: #333;
}
.home-line1 .home-tit .p1 .text-2 {
	color: #c8a74a;
}
.home-about {
	width: 1000px;
	height: 405px;
	overflow: hidden;
	background:#f4f4f4 ;
}
.home-about .left{
	width: 385px;
	height: 405px;
	padding: 35px 0px 35px 43px;
	box-sizing: border-box;
	background-color: #d2d2d2;
	float: left;
}
.home-about .right{
	width: 400px;
	height: 405px;
	overflow: hidden;
	padding: 35px 65px 35px 0px;
	float: right;
}
.home-about .right .about-tit {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #c8a74a;
	overflow: hidden;
	font-size: 28px;
	color: #c8a74a;
	padding-left: 80px;
	font-weight: bold;
	box-sizing: border-box;
	background: url(../images/small_logo.png) left center no-repeat;
}
.home-about .right .about-content {
	line-height: 30px;
	height: 210px;
	color: #666;
	font-size: 14px;
	margin-top: 20px;
}
.home-about .right .about-more {
	width: 170px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	background-color: #c8a74a;
	border-radius: 40px;
	display: block;
	margin-top: 10px;
}


/*home-line2*/
.home-line2-bg {
	width: 100%;
	min-width:1000px;
	height:605px;
	overflow: hidden;
	background: url(../images/home-bg1.jpg) center no-repeat;
}
.home-line2 {
    width: 1000px;
    height: auto;
	overflow: hidden;
    margin: 0 auto;
}
.home-line2 .home-tit .p1 .text-1 {
	color: #c8a74a;
}
.home-line2 .home-tit .p1 .text-2 {
	color: #fff;
}
.home-news {
	width: 1000px;
	height: 396px;
	overflow: hidden;
	margin: 0 auto;
}
.home-news .left {
	width: 495px;
	height: 396px;
	overflow: hidden;
	float: left;
	position: relative;
}
.home-news .left .home-news-more {
	font-size: 12px;
	color: #999;
	position: absolute;
	z-index: 100;
	right: 25px;
	top: 290px;
}
.home-news .left .home-news-img {
	width: 495px;
	height: 254px;
	overflow: hidden;
	margin-top: 12px;
}
.home-news .left .home-news-img img {
	width: 495px;
	height: 254px;
	display: block;
}
.home-news .right {
	width: 495px;
	height: 396px;
	overflow: hidden;
	float: right;
}
.home-news .right ul li {
	width: 495px;
	height: 120px;
	background-color: #fff;
	margin-top: 12px;
}
.home-news .right ul li .news-img {
	width: 145px;
	height: 120px;
	overflow: hidden;
	float: left;
}
.home-news .right ul li .news-img img {
	width: 115px;
	height: 88px;
	margin: 16px auto auto auto;
	display: block;
}
.home-news .right ul li .news-right {
	width: 345px;
	height: 120px;
	overflow: hidden;
	float: right;
}
.home-news .right ul li .news-right .news-title {
	width: 345px;
	height: 40px;
	overflow: hidden;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	color: #333;
	margin-top: 10px;
}
.home-news .right ul li .news-right .news-title:hover {
	color: #c8a74a;
}
.home-news .right ul li .news-right .news-content{
	width: 340px;
	height: 50px;
	overflow: hidden;
	font-size: 12px;
	line-height: 25px;
	padding-right: 5px;
	color: #666;
}

.home-news-one {
	width: 495px;
	height: 130px;
	background-color: #fff;
	overflow: hidden;
}
.home-news-one .news-title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding:0px 25px;
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 15px;
}
.home-news-one .news-title:hover {
	color: #c8a74a;
}
.home-news-one .news-title span {
	font-size: 12px;
	color: #999;
	float: right;
}
.home-news-one .news-content {
	padding:0px 25px;
	overflow: hidden;
	line-height: 25px;
	box-sizing: border-box;
	text-indent: 2em;
	font-size: 12px;
	color: #666;
}

/*home-line3*/
.home-line3-bg {
	width: 100%;
	min-width: 1000px;
	height: 645px;
	overflow: hidden;
	background: url(../images/home-bg2.jpg) center no-repeat;
}
.home-line3 {
	width: 1000px;
	height: 645px;
	overflow: hidden;
	margin: 0 auto;
}
.home-line3 .home-tit .p1 .text-1 {
	color: #222;
}
.home-line3 .home-tit .p1 .text-2 {
	color: #c8a74a;
}
.home-line3-main {
	width: 999px;
	height: 400px;
	overflow: hidden;
	margin: 0 auto;
}
.home-line3-main img {
	width: 321px;
	height: 200px;
	display: block;
}
.home-line3-main .about-1 {
	width: 321px;
	height: 400px;
	overflow: hidden;
	background-color: #fff;
	float: left;
}
.home-line3-main .about-2 {
	width: 321px;
	height: 400px;
	overflow: hidden;
	background-color: #fff;
	margin: 0px 18px;
	float: left;
}
.home-line3-main .about-3 {
	width: 321px;
	height: 400px;
	overflow: hidden;
	background-color: #fff;
	float: right;
}
.home-line3-main .about-list {
	width: 100%;
	height: 200px;
}
.home-line3-main .about-list .about-title{
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-weight: bold;
	color: #c8a74a;
	text-align: center;
	margin-top:10px;
}
.home-line3-main .about-list .about-underline{
	width: 48px;
	height: 2px;
	overflow: hidden;
	margin: 0 auto;
	background-color: #ccc;
}
.home-line3-main .about-list .about-text{
	width: 270px;
	line-height: 25px;
	font-size: 14px;
	color: #666;
	height: auto;
	overflow: hidden;
	margin: 15px auto auto auto;
	text-indent: 2em;
}

/*home-line4*/
.home-line4 {
	width: 1000px;
	height:auto;
	padding: 50px 0px 60px 0px;
	overflow: hidden;
	margin: 0 auto;
}
.home-line4 ul li {
	width: 235px;
	height:500px;
	float: left;
	overflow: hidden;
	position: relative;
}
.home-line4 ul li img {
	width:235px;
	height: 448px;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 10;
}
.home-line4 ul li .tit {
	width: 119px;
	height: 128px;
	padding-top: 30px;
	box-sizing: border-box;
	overflow: hidden;
	background: url(../images/home-pao1.png) center no-repeat;
	position: absolute;
	left: 63px;
	top: 0px;
	z-index: 100;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 25px;
}
.home-line4 ul li:hover .tit {
	background: url(../images/home-pao2.png) center no-repeat;
}
.home-line4 ul li:hover img {
	opacity: 0.8;
}
.home-line4 ul li .link-more {
	width: 175px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left:30px;
	bottom:195px;
	z-index: 200;
	opacity: 0;
	transition: all .2s linear;
}
.home-line4 ul li:hover .link-more {
	opacity: 1;
}